3. Frontend Web Technologies - Review of HTML5, CSS3, and JavaScript

The followings will be used for your course project and assignments.
  1. Where are we?
  2. Something more about JavaScript
  3. Fundamental concepts for HTML and CSS - box model, displaying, grouping, positioning, overlapping
  4. How to group, hide/show, change type? - div/span, display
  5. How to change color?
  6. How to transit to another web page/application?
  7. How to capture an event? - JavaScript: 3 types of registration of events
  8. How to position an element? How to move an element? - position, margin, JS: timers
  9. How to pop up an element? - z-index
  10. How to dim a certain area? - opacity
  11. How to disable events over a certain area?
  12. How to close a popup box?
  13. How to read user inputs? How to automatically fill in an input field? How to hide user typing? - inputs
  14. How to send data to a server side script? - form, get/post
  15. Where are we?